ATM Central Server - interface layer

In this example the ATM Central Server (atmcs) interacts with the ATM clients and relays transaction requests to individual banks.  The interface design follows the object factory pattern .  This example demonstrates how to: This server must be used together with the Bank Server.  Since this implementation has only interface layer objects and no persistent objects, some bank and account information is hard coded in the login method of SessionMgrImpl.


Source Files

Batch Files

Running the Codes

This example was developed under VisiBroker (link).  To run the codes, make sure that the VisiBroker Smart Agent (osagent) is running on the server object's network. Then enter the commands:

On Windows:

On Unix: